From 8bdbf9ed9cf520702aea6afd16847d022b4ab1fd Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 16 May 1993 19:32:53 +0000 Subject: [PATCH] * make-dist: Include any *.in files in oldXMenu in the distribution. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 99216ac40f2..4853a3e840c 100755 --- a/make-dist +++ b/make-dist @@ -198,7 +198,7 @@ echo "Making links to \`lib-src'." echo "Making links to \`oldXMenu'." (cd oldXMenu - ln *.c *.h ../${tempdir}/oldXMenu + ln *.c *.h *.in ../${tempdir}/oldXMenu ln README Makefile Imakefile ChangeLog ../${tempdir}/oldXMenu ln compile.com descrip.mms ../${tempdir}/oldXMenu) -- 2.30.2